projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a60e1
)
* comint.el (comint-prompt-regexp): Double the backslashes in the
author
Jim Blandy
<jimb@redhat.com>
Sun, 4 Jul 1993 21:02:21 +0000
(21:02 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 4 Jul 1993 21:02:21 +0000
(21:02 +0000)
sample prompt regexps, so that they print properly when unquoted.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index e494e706195cf8e1789e785bedeb3ec9044e39ad..db45520f597a3c825cafa7bc74b27378973f54bc 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-128,8
+128,8
@@
Defaults to \"^\", the null string at BOL.
Good choices:
Canonical Lisp: \"^[^> ]*>+:? *\" (Lucid, franz, kcl, T, cscheme, oaklisp)
- Lucid Common Lisp: \"^\\
(>\\|\\(->\\)+
\\) *\"
- franz: \"^\\
(->\\|<[0-9]*>:
\\) *\"
+ Lucid Common Lisp: \"^\\
\\(>\\\\|\\\\(->\\\\)+\\
\\) *\"
+ franz: \"^\\
\\(->\\\\|<[0-9]*>:\\
\\) *\"
kcl: \"^>+ *\"
shell: \"^[^#$%>]*[#$%>] *\"
T: \"^>+ *\"